home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Utilities / Programming / EnterAct 3.5 / Drag_on Modules / hAWK programs / $Time < prev    next >
Encoding:
Text File  |  1991-10-27  |  63 b   |  5 lines  |  [TEXT/KEEN]

  1. #Just prints out the time
  2.  
  3. BEGIN { print TIME
  4.         print time() }
  5.